home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / newsflsh.zip / NEWSFLSH.CFG < prev    next >
Text File  |  1992-08-30  |  5KB  |  124 lines

  1. ;  **********************************************************************
  2. ;                      NEWS FLASH CONFIGURATION FILE
  3. ;  **********************************************************************
  4. ;
  5. ;  NOTE: THE FILE NAME OF THIS CONFIGURATION FILE MUST NOT BE CHANGED.
  6. ;  NOTE: THIS FILE MOST BE IN THE DIRECTORY THAT NEWSFLASH WILL BE RUN
  7. ;        FROM.
  8. ;
  9. ;  All configuration options must be put as single line records, 
  10. ;  terminated by usual carriage return/linefeed.  This configuration
  11. ;  file may be changed with any standard ASCII editor.  
  12. ;  There are several rules which must be followed in the
  13. ;  creation/modification of this file.  The first rule is that any
  14. ;  lines which you wish to use as comments should have the ; (semicolin)
  15. ;  as the first character on the line.  NewsFlash will ignore these
  16. ;  lines.  Lines which actually belong to the configuration should remain
  17. ;  with nothing more than the keyword and the option on the line.  The
  18. ;  keyword and option should be separated by at least one space.  Keywords 
  19. ;  MUST start at the utmost left position (column 1) NO COMMENTS should be on
  20. ;  these lines.   
  21. ;
  22. ;  Extra note from programmer's view: The way NewsFlash reads in the
  23. ;  configuration file is such that it will ignore all lines either
  24. ;  start with a semicolon or that do not start with a NewsFlash
  25. ;  keyword (using the semicolin speeds the parsing of the config up
  26. ;  considerably).  It is also programmed so that keywords may appear
  27. ;  in any order.  It is advisable to leave the configuration in its
  28. ;  original order simple for structure, convenience and easy
  29. ;  understanding.    
  30.  
  31. ;  The following keyword is for registered users only.  Please be sure
  32. ;  to enter the name exactly how you gave it to the author at time of 
  33. ;  registration (careful of upper and lower case).  It is this name
  34. ;  that will be displayed instead of "Unregistered Evaluation Copy"
  35.  
  36. regname Unregistered Evaluation Copy
  37.  
  38. ;  Please enter your registration number carefully below.  If you have
  39. ;  not yet registered, ignore this keyword.
  40.  
  41. regno 000000
  42.  
  43. ;  The following keyword points to the directory that contains
  44. ;  the LASTUS??.BBS file.  This file contains all the information about the
  45. ;  user that is required.  Please only enter the path (make sure to end it in
  46. ;  a backslash).  If you run a multinode BBS, pls. read documentation for
  47. ;  details on how to load News Flash
  48.  
  49. Lastuser c:\max\
  50.  
  51. ;  The following keyword contains both the PATH AND FILENAME to the Maximus 
  52. ;  compatible log that you wish NewsFlash to write to.
  53.  
  54. Log c:\max\max.log
  55.  
  56. ;  NewsFlash is capabable of logging at two levels, the first level is
  57. ;  indicated by the option "ERRORS".  In this mode the program only records
  58. ;  any errors that occur during execution.   If you select mode "EVERYTHING" 
  59. ;  then the program logs everything the user does, including which bulletins
  60. ;  have not been read, etc.
  61.  
  62. LogMode Errors
  63.  
  64. ;  You may wish to allow sysops that are not local to have access to enable or
  65. ;  disable bulletins.  (They can use the "o"verride path in Maximus to upload
  66. ;  the bulletin.)  If this option is set to "NO" then the program will not
  67. ;  allow the sysop mode to be engaged when NewsFlash has been executed under
  68. ;  Maximus.
  69.  
  70. RemoteSysOp YES
  71.  
  72. ;  The following is the security level that is required to access sysop mode
  73. ;  if the previous keyword has been set to "YES".  The security level
  74. ;  you give here also specifies the minimum security level required to
  75. ;  override the [pausetime=xxx] token.  A chart of security
  76. ;  levels has been provided below.
  77. ;
  78. ;  Values associated with Security Levels:
  79. ;  0 - Disgrace        1 - Limited          2 - Normal
  80. ;  3 - Worthy          4 - Privil.          5 - Favoured
  81. ;  6 - Extra           7 - Clerk            8 - Assist. SysOp
  82. ;  9 - SysOp
  83.  
  84. SysOpAccessLevel 8
  85.  
  86. ;  The following keyword is the time (in minutes) that may pass before 
  87. ;  the user is logged out due to keyboard inactivity.  Keyboard inactivity 
  88. ;  applies to both local and remote users.
  89.  
  90. Timeout 2
  91.  
  92.  
  93. ;  Below is a chart containing available colours for the keywords 
  94. ;  "BULLINFO", "PROMPT" and "INPUT" to bet set to.  The keyword "bullinfo"
  95. ;  indicates the colour you wish most information lines that are displayed to
  96. ;  be.  "Prompt" is the colour of any prompt or question asked of the user
  97. ;  and "input" is the colour of the user's response.
  98. ;
  99. ;  The colour definition numbers are:
  100. ;
  101. ;          30 = Black            40 = Dark Grey
  102. ;          31 = Red              41 = Light Red
  103. ;          32 = Green            42 = Light Green
  104. ;          33 = Brown            43 = Yellow
  105. ;          34 = Blue             44 = Light Blue 
  106. ;          35 = Purple           45 = Light Purple
  107. ;          36 = Cyan             46 = Light, Bright Cyan
  108. ;          37 = grey             47 = White
  109. ;
  110. ;  Please Indicate the the number that corresponds to the colour that
  111. ;  you wish the menu part to be.  Most Keywords are self-explanatory
  112. ;  or location can be found on above sample menu.
  113.  
  114. BULLINFO 44
  115.  
  116. PROMPT 44
  117.  
  118. INPUT 36
  119.  
  120. ;  **********************************************************************
  121. ;                        END OF CONFIGURATION 
  122. ;  **********************************************************************
  123.  
  124.